home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d15 / hydk420.arc / ZONE1 < prev   
Text File  |  1991-02-03  |  348b  |  11 lines

  1. ; Setup Touch Shift scan code control table for function F1..F12, ESC and Pause
  2. ;
  3. t:-:0..255                ; set disable mode, clear all scan code
  4. t:+:x1d:x9d:x38:xb8:x2a:x36        ; enable all shifts scan codes
  5. t:+:x3b..x44:x57:x58            ; enable all function keys scan codes
  6. t:+:1:x45:x46                ; enable escape and Pause scan code
  7. t:+                    ; global enable 
  8.  
  9.  
  10.  
  11.